github.com/andybalholm/brotli/flate.huffmanBitWriter.dst (field)
14 uses
github.com/andybalholm/brotli/flate (current package)
huffman_bit_writer.go#L66: dst []byte
huffman_bit_writer.go#L96: dst := w.dst
huffman_bit_writer.go#L107: w.dst = dst
huffman_bit_writer.go#L117: w.dst = append(w.dst,
huffman_bit_writer.go#L133: w.dst = append(w.dst, byte(w.bits))
huffman_bit_writer.go#L137: w.dst = append(w.dst, bytes...)
huffman_bit_writer.go#L286: w.dst = append(w.dst,
huffman_bit_writer.go#L507: w.dst = dst
huffman_bit_writer.go#L514: dst = w.dst
huffman_bit_writer.go#L515: w.dst = nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |